This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: problems opening db w/ agent. ~Cheryl Breakonyader 3.Dec.03 04:33 PM a Web browser Domino Designer 6.0.1Windows 2003
After your first line, add the following:
call db.Open("ServerName","DBName")
This should do the trick I think. Before you can access certain properties and methods of a DB in LotusScript the DB needs to be opened, otherwise you get the error you referred to.